type net/http.http2Transport

37 uses

	net/http (current package)
		client.go#L327: 	case *http2Transport, http2noDialH2RoundTripper:
		h2_bundle.go#L768: 	t *http2Transport
		h2_bundle.go#L886: func (p *http2clientConnPool) addConnIfNeeded(key string, t *http2Transport, c net.Conn) (used bool, err error) {
		h2_bundle.go#L922: func (c *http2addConnCall) run(t *http2Transport, key string, nc net.Conn) {
		h2_bundle.go#L1090: func http2configFromTransport(h2 *http2Transport) http2http2Config {
		h2_bundle.go#L7488: type http2Transport struct {
		h2_bundle.go#L7621: func (t *http2Transport) markNewGoroutine() {
		h2_bundle.go#L7627: func (t *http2Transport) now() time.Time {
		h2_bundle.go#L7634: func (t *http2Transport) timeSince(when time.Time) time.Duration {
		h2_bundle.go#L7642: func (t *http2Transport) newTimer(d time.Duration) http2timer {
		h2_bundle.go#L7650: func (t *http2Transport) afterFunc(d time.Duration, f func()) http2timer {
		h2_bundle.go#L7657: func (t *http2Transport) contextWithTimeout(ctx context.Context, d time.Duration) (context.Context, context.CancelFunc) {
		h2_bundle.go#L7664: func (t *http2Transport) maxHeaderListSize() uint32 {
		h2_bundle.go#L7681: func (t *http2Transport) disableCompression() bool {
		h2_bundle.go#L7697: func http2ConfigureTransports(t1 *Transport) (*http2Transport, error) {
		h2_bundle.go#L7701: func http2configureTransports(t1 *Transport) (*http2Transport, error) {
		h2_bundle.go#L7703: 	t2 := &http2Transport{
		h2_bundle.go#L7757: type http2unencryptedTransport http2Transport
		h2_bundle.go#L7760: 	return (*http2Transport)(t).RoundTripOpt(req, http2RoundTripOpt{allowHTTP: true})
		h2_bundle.go#L7763: func (t *http2Transport) connPool() http2ClientConnPool {
		h2_bundle.go#L7768: func (t *http2Transport) initConnPool() {
		h2_bundle.go#L7779: 	t             *http2Transport
		h2_bundle.go#L8013: func (t *http2Transport) RoundTrip(req *Request) (*Response, error) {
		h2_bundle.go#L8042: func (t *http2Transport) RoundTripOpt(req *Request, opt http2RoundTripOpt) (*Response, error) {
		h2_bundle.go#L8113: func (t *http2Transport) CloseIdleConnections() {
		h2_bundle.go#L8176: func (t *http2Transport) dialClientConn(ctx context.Context, addr string, singleUse bool) (*http2ClientConn, error) {
		h2_bundle.go#L8191: func (t *http2Transport) newTLSConfig(host string) *tls.Config {
		h2_bundle.go#L8205: func (t *http2Transport) dialTLS(ctx context.Context, network, addr string, tlsCfg *tls.Config) (net.Conn, error) {
		h2_bundle.go#L8228: func (t *http2Transport) disableKeepAlives() bool {
		h2_bundle.go#L8232: func (t *http2Transport) expectContinueTimeout() time.Duration {
		h2_bundle.go#L8239: func (t *http2Transport) NewClientConn(c net.Conn) (*http2ClientConn, error) {
		h2_bundle.go#L8243: func (t *http2Transport) newClientConn(c net.Conn, singleUse bool) (*http2ClientConn, error) {
		h2_bundle.go#L10773: func (t *http2Transport) vlogf(format string, args ...interface{}) {
		h2_bundle.go#L10779: func (t *http2Transport) logf(format string, args ...interface{}) {
		h2_bundle.go#L10869: type http2noDialH2RoundTripper struct{ *http2Transport }
		h2_bundle.go#L10879: func (t *http2Transport) idleConnTimeout() time.Duration {
		h2_bundle.go#L10968: func (t *http2Transport) dialTLSWithContext(ctx context.Context, network, addr string, cfg *tls.Config) (*tls.Conn, error) {